home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the mouseCast = 2 then
- go(3)
- end if
- if rollOver(31) then
- set the visible of sprite 31 to 1
- else
- set the visible of sprite 31 to 0
- end if
- if rollOver(32) then
- set the visible of sprite 32 to 1
- else
- set the visible of sprite 32 to 0
- end if
- go(the frame)
- end
-